home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / include / trace / fs.h next >
Encoding:
C/C++ Source or Header  |  2009-09-09  |  221 b   |  12 lines

  1. #ifndef _TRACE_FS_H
  2. #define _TRACE_FS_H
  3.  
  4. #include <linux/fs.h>
  5. #include <linux/tracepoint.h>
  6.  
  7. DEFINE_TRACE(do_sys_open,
  8.     TPPROTO(struct file *filp, int flags, int mode, long fd),
  9.         TPARGS(filp, flags, mode, fd));
  10.  
  11. #endif
  12.